'Declaration Public Function New( _ ByVal Alpha As Integer, _ ByVal Red As Integer, _ ByVal Green As Integer, _ ByVal Blue As Integer _ )
'Declaration
Public Function New( _ ByVal Alpha As Integer, _ ByVal Red As Integer, _ ByVal Green As Integer, _ ByVal Blue As Integer _ )
public GdPictureColor( int Alpha, int Red, int Green, int Blue )
public GdPictureColor( Alpha: Integer; Red: Integer; Green: Integer; Blue: Integer );
public function GdPictureColor( Alpha : int, Red : int, Green : int, Blue : int );
public: GdPictureColor( int Alpha, int Red, int Green, int Blue )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor GdPictureColor Members Overload List